Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Manual Backport] Allow arbitrary report record counts #427

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

Swiddis
Copy link
Collaborator

@Swiddis Swiddis commented Sep 9, 2024

Description

Manual backport of #395

Issues Resolved

#328

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…opensearch-project#395)

* feat(components/report-settings): add field for variable record limits

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* fix(components/report-settings): set type for event target

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* feat(components/report-settings): load existing record limit in edit mode

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* feat(components/report-definition-details): show record limit on report definition details page

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* feat(components/report-definition-details): omit record limit for non saved search sources

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* feat(components/report-details): show record limit on report details page

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* tests(cypress): add `force: true` to name input

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* tests(jest/snapshots): update snapshots

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* feat(components/report-settings): add proper i18n label for record limit input

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>

* Update release notes

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Add potential OOM warning for large record limits

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

* Make memory warning more conservative based on original limit

Signed-off-by: Simeon Widdis <sawiddis@amazon.com>

---------

Signed-off-by: Károly Szakály <karoly.szakaly2000@gmail.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
Co-authored-by: Simeon Widdis <sawiddis@amazon.com>
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
@Swiddis Swiddis merged commit 6dc0fbb into opensearch-project:2.x Sep 9, 2024
7 of 10 checks passed
@Swiddis Swiddis deleted the 2.x branch September 9, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants